testing.common.name (field)

67 uses

	testing (current package)
		benchmark.go#L234: 		if n := len(b.name) + bstate.extLen + 1; n > bstate.maxLen {
		benchmark.go#L249: 		fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), b.name, b.output)
		benchmark.go#L264: 			fmt.Fprintf(b.w, "%s--- %s: %s\n%s", b.chatty.prefix(), tag, b.name, b.output)
		benchmark.go#L701: 			name:  "Main",
		benchmark.go#L726: 			benchName := benchmarkName(b.name, procs)
		benchmark.go#L737: 						name:   b.name,
		benchmark.go#L796: 	benchName, ok, partial := b.name, true, false
		benchmark.go#L808: 			name:    benchName,
		fuzz.go#L257: 		c, err := f.fstate.deps.ReadCorpus(filepath.Join(corpusDir, f.name), types)
		fuzz.go#L285: 		testName := f.name
		fuzz.go#L308: 				name:      testName,
		fuzz.go#L324: 			t.chatty.Updatef(t.name, "=== RUN   %s\n", t.name)
		fuzz.go#L344: 			t.chatty.Updatef(t.parent.name, "=== NAME  %s\n", t.parent.name)
		fuzz.go#L355: 		corpusTargetDir := filepath.Join(corpusDir, f.name)
		fuzz.go#L356: 		cacheTargetDir := filepath.Join(*fuzzCacheDir, f.name)
		fuzz.go#L375: 				fmt.Fprintf(f.w, "To re-run:\ngo test -run=%s/%s\n", f.name, testName)
		fuzz.go#L405: 			name := fmt.Sprintf("%s/%s", f.name, filepath.Base(e.Path))
		fuzz.go#L420: 		f.flushToParent(f.name, format, "FAIL", f.name, dstr)
		fuzz.go#L423: 			f.flushToParent(f.name, format, "SKIP", f.name, dstr)
		fuzz.go#L425: 			f.flushToParent(f.name, format, "PASS", f.name, dstr)
		fuzz.go#L521: 						name:      testName,
		fuzz.go#L533: 					f.chatty.Updatef(f.name, "=== RUN   %s\n", f.name)
		fuzz.go#L538: 					f.chatty.Updatef(f.parent.name, "=== NAME  %s\n", f.parent.name)
		fuzz.go#L606: 			name:      testName,
		fuzz.go#L618: 		f.chatty.Updatef(f.name, "=== RUN   %s\n", f.name)
		fuzz.go#L623: 		f.chatty.Updatef(f.parent.name, "=== NAME  %s\n", f.parent.name)
		fuzz.go#L691: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		match.go#L90: 		name = m.unique(c.name, rewrite(subname))
		testing.go#L651: 	name     string            // Name of test or benchmark.
		testing.go#L967: 	return c.name
		testing.go#L988: 		panic("Fail in goroutine after " + c.name + " has completed")
		testing.go#L1064: 		panic("Log in goroutine after " + c.name + " has completed: " + s)
		testing.go#L1072: 				c.chatty.Printf(c.name, "%s", c.decorate(s, depth+1))
		testing.go#L1572: 		t.chatty.Updatef(t.name, "=== PAUSE %s\n", t.name)
		testing.go#L1574: 	running.Delete(t.name)
		testing.go#L1581: 		t.chatty.Updatef(t.name, "=== CONT  %s\n", t.name)
		testing.go#L1583: 	running.Store(t.name, highPrecisionTimeNow())
		testing.go#L1713: 			running.Delete(t.name)
		testing.go#L1728: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L1747: 			running.Delete(t.name)
		testing.go#L1759: 			running.Store(t.name, cleanupStart)
		testing.go#L1829: 			name:      testName,
		testing.go#L1842: 		t.chatty.Updatef(t.name, "=== RUN   %s\n", t.name)
		testing.go#L1844: 	running.Store(t.name, highPrecisionTimeNow())
		testing.go#L1866: 		t.chatty.Updatef(t.parent.name, "=== NAME  %s\n", t.parent.name)
		testing.go#L2195: 		t.flushToParent(t.name, format, "FAIL", t.name, dstr)
		testing.go#L2198: 			t.flushToParent(t.name, format, "SKIP", t.name, dstr)
		testing.go#L2200: 			t.flushToParent(t.name, format, "PASS", t.name, dstr)